#ThumbFinland{
    color:#fff;
    opacity:.82;
    border-bottom:2px solid rgb(82, 24, 14);
    border-bottom:2px solid rgb(231, 186, 60);
    text-align:center;
    background-image: url('Kalevala/The-Goddess-Ilmatar.jpg');
    /*https://www.flickr.com/photos/162769613@N02/41524357191/*/
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 12px;
    padding:55px 0 ;
    font-family: 'Dancing Script', cursive;
    -webkit-animation: backgroundScroll 24s linear 1;
    -webkit-animation-fill-mode: forwards;
    animation: backgroundScroll 24s linear 1;
    animation-fill-mode: forwards;
    border-bottom-left-radius: 11px; 
    border-bottom-right-radius: 11px;;
}

@-webkit-keyframes backgroundScroll {
from {background-position: -210px -900px}
to {background-position:  -210px -240px;}
}


        
    
    }
    
audio{
    margin:0 auto; 
    display:block;
    text-align:center;
}

#ThumbUkraine{
    color:#fff;
    opacity:.82;
    border-bottom:2px solid rgb(82, 24, 14);
    border-bottom:2px solid rgb(231, 186, 60);
    text-align:center;
    background-image: url('Ukrainian-Flag.jpg');
    /*https://www.flickr.com/photos/162769613@N02/41524357191/*/
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 12px;
    padding:55px 0 ;
    font-family: 'Dancing Script', cursive;
    -webkit-animation: backgroundScroll2 24s linear 1;
    -webkit-animation-fill-mode: forwards;
    animation: backgroundScroll2 34s linear 1;
    animation-fill-mode: forwards;
    border-bottom-left-radius: 11px; 
    border-bottom-right-radius: 11px;;
}

@-webkit-keyframes backgroundScroll2 {
from {background-position: 0px -100px}
to {background-position:  0px -540px;}
}


        
    
    }
    